home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / magazine / executive_v2.00 / data / developers.lzx / SysInfo / gcc / os-include / proto / SysInfo.h
C/C++ Source or Header  |  2002-04-13  |  243b  |  13 lines

  1. #ifndef PROTO_SYSINFO_H
  2. #define PROTO_SYSINFO_H
  3.  
  4. #include <clib/SysInfo_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/SysInfo.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Library *SysInfoBase;
  10. #endif
  11.  
  12. #endif
  13.